Manager: Dialog Manager



Carbon will support the Dialog Manager. However, Apple encourages you to ensure that your application accesses Dialog Manager data structures only through the supplied accessor functions. The use of these accessor functions, to be provided soon, will give your application greater threading flexibility in Mac OS X. Furthermore, you are encouraged to use the functions provided for creating and disposing of Dialog Manager data structures. In Mac OS X, applications might not be allowed to create and dispose of Dialog Manager data structures except by calling Dialog Manager functions.

 Alert

 AppendDialogItemList

 AppendDITL

 AutoSizeDialog

 CautionAlert

 CloseDialog

 CouldAlert

CouldAlert does nothing; unsupported since System 7, it used to make an alert color table unpurgeable.

 CouldDialog

CouldDialog does nothing; unsupported since System 7, it used to make a dialog color table unpurgeable.

 CountDITL

 DialogCopy

 DialogCut

 DialogDelete

 DialogPaste

 DialogSelect

 DisposeDialog

 DrawDialog

 ErrorSound

 FindDialogItem

 finddialogitem

Use FindDialogItem instead.

 FreeAlert

FreeAlert does nothing; unsupported since System 7, it used to make a dialog color table purgeable after making it unpurgeable by calling CouldAlert.

 FreeDialog

FreeDialog does nothing; unsupported since System 7, it used to make a dialog color table purgeable after making it unpurgeable by calling CouldDialog.

 GetAlertStage

 GetDialogItem

 GetDialogItemAsControl

 GetDialogItemText

 getdialogitemtext

Use GetDialogItemText instead.

 GetDialogTimeout

 GetModalDialogEventMask

 GetNewDialog

 GetStdFilterProc

 HideDialogItem

 InitDialogs

InitDialogs does nothing. There is no need to initialize the Window Manager, because the shared library gets loaded as needed.

 IsDialogEvent

 ModalDialog

 MoveDialogItem

 NewColorDialog

 newcolordialog

Use NewColorDialog instead.

 NewDialog

 newdialog

Use NewDialog instead.

 NewFeaturesDialog

 NoteAlert

 ParamText

 paramtext

Use ParamText instead.

 ResetAlertStage

 SelectDialogItemText

 SetDialogCancelItem

 SetDialogDefaultItem

 SetDialogFont

 SetDialogItem

 SetDialogItemText

 setdialogitemtext

Use SetDialogItemText instead.

 SetDialogTimeout

 SetDialogTracksCursor

 SetModalDialogEventMask

 ShortenDITL

 ShowDialogItem

 SizeDialogItem

 StandardAlert

 StdFilterProc

 StopAlert

 UpdateDialog

[Table of Contents] [Function Index]

Generated on: 2/12/99. Copyright 1998 Apple Computer, Inc. All rights reserved.